home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / air.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  43 lines

  1. (Comp.sys.handhelds) 
  2. Item: 1771 by jn190068 at longs.LANCE.ColoState.EDU 
  3. Author: [Jay Nestle] 
  4.   Subj: Std Air Tables 
  5.   Date: Tue Jan 22 1991 15:11  
  6.  
  7.         Following is the documentation file for my program 
  8. that calculated temp, pressure, and density of air at  
  9. altitudes from 0m to 105,000m.  Following this is a post of 
  10. the downloadable source for the hp48. 
  11.  
  12. This program by:  Jay Nestle, January 1991  Colorado State University 
  13.  
  14.         This program uses several algorithms to calculate the temperature, 
  15. pressure, and density of air at a certain altitude.  The algorithm was adapted 
  16. from Introduction to flight, third edition.  The standard atmosphere calculated 
  17. is a common one used throughout the aerospace industry.  The original model 
  18. was the 1959 ARDC (the U.S. Air Force's previous Air Research and Development 
  19. Command).  The algorithms are outlined in the above mentioned text on pages 74 
  20. through page 77. 
  21.  
  22.         This should be useful to anyone who constantly uses tables to look up 
  23. temp, pressure, and density from altitudes from 0m to 105000m.  The program is 
  24. not copyrighted and can be freely distributed.  I hope someone can make use of 
  25. it. 
  26.  
  27.         The custom menu is only an example of what someone might wish to use. 
  28. Please feel free to use or not use this CST menu.  Without the CST just press 
  29. run and the program will start, likewise with the CST.  Without the CST the 
  30. program is less than 2K. 
  31.  
  32.         Units used:  SI system 
  33.         ----------   --------- 
  34.         Temp            K 
  35.         Pressure        Pa 
  36.         Density         kg/m^3 
  37.         Height          m 
  38.  
  39.         Further modifications could be made to give English units fairly 
  40. easy.  The program simply checks for what altitude is desired and then uses 
  41. the correct algorithm for that altitude region, modifying the lapse rate, A 
  42. and the various other starting point constants. 
  43.